From 3eea09b6b04092c3e0939d9bee424ff8b940e250 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 5 Dec 2018 03:36:50 +0100 Subject: [PATCH] build: do tests last, for better make check output --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ffa9645..4e6cdda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ babl \ extensions \ - tests \ - tools + tools \ + tests if ENABLE_DOCS SUBDIRS+= docs -- 2.30.2